Leadtools.Dicom Namespace > DicomDataSet Class > SetPreamble Method : SetPreamble(Byte[],Int32,UInt32) Method |
'Declaration Public Overloads Sub SetPreamble( _ ByVal preamble() As Byte, _ ByVal offset As Integer, _ ByVal length As UInteger _ )
'Usage Dim instance As DicomDataSet Dim preamble() As Byte Dim offset As Integer Dim length As UInteger instance.SetPreamble(preamble, offset, length)
If the value specified in length is > 128, then the Preamble will be set with the first 128 bytes of preamble. If length is < or equal 128, then the Preamble will be set with the entire contents of preamble.
To retrieve the contents of the Preamble, call the GetPreamble(IntPtr,Int32) method.